home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / openSSL_license.txt < prev    next >
Text File  |  2005-05-27  |  6KB  |  128 lines

  1. openSSL_license.txt
  2.  
  3. LICENSE ISSUES
  4.   ==============
  5.  
  6.   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  7.   the OpenSSL License and the original SSLeay license apply to the toolkit.
  8.   See below for the actual license texts. Actually both licenses are BSD-style
  9.   Open Source licenses. In case of any license issues related to OpenSSL
  10.   please contact openssl-core@openssl.org.
  11.  
  12.   OpenSSL License
  13.   ---------------
  14.  
  15. /* ====================================================================
  16.  * Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.
  17.  *
  18.  * Redistribution and use in source and binary forms, with or without
  19.  * modification, are permitted provided that the following conditions
  20.  * are met:
  21.  *
  22.  * 1. Redistributions of source code must retain the above copyright
  23.  *    notice, this list of conditions and the following disclaimer.
  24.  *
  25.  * 2. Redistributions in binary form must reproduce the above copyright
  26.  *    notice, this list of conditions and the following disclaimer in
  27.  *    the documentation and/or other materials provided with the
  28.  *    distribution.
  29.  *
  30.  * 3. All advertising materials mentioning features or use of this
  31.  *    software must display the following acknowledgment:
  32.  *    "This product includes software developed by the OpenSSL Project
  33.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  34.  *
  35.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  36.  *    endorse or promote products derived from this software without
  37.  *    prior written permission. For written permission, please contact
  38.  *    openssl-core@openssl.org.
  39.  *
  40.  * 5. Products derived from this software may not be called "OpenSSL"
  41.  *    nor may "OpenSSL" appear in their names without prior written
  42.  *    permission of the OpenSSL Project.
  43.  *
  44.  * 6. Redistributions of any form whatsoever must retain the following
  45.  *    acknowledgment:
  46.  *    "This product includes software developed by the OpenSSL Project
  47.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  48.  *
  49.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  50.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  51.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  52.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  53.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  54.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  55.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  56.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  57.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  58.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  59.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  60.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  61.  * ====================================================================
  62.  *
  63.  * This product includes cryptographic software written by Eric Young
  64.  * (eay@cryptsoft.com).  This product includes software written by Tim
  65.  * Hudson (tjh@cryptsoft.com).
  66.  *
  67.  */
  68.  
  69.  Original SSLeay License
  70.  -----------------------
  71.  
  72. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  73.  * All rights reserved.
  74.  *
  75.  * This package is an SSL implementation written
  76.  * by Eric Young (eay@cryptsoft.com).
  77.  * The implementation was written so as to conform with Netscapes SSL.
  78.  *
  79.  * This library is free for commercial and non-commercial use as long as
  80.  * the following conditions are aheared to.  The following conditions
  81.  * apply to all code found in this distribution, be it the RC4, RSA,
  82.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  83.  * included with this distribution is covered by the same copyright terms
  84.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  85.  *
  86.  * Copyright remains Eric Young's, and as such any Copyright notices in
  87.  * the code are not to be removed.
  88.  * If this package is used in a product, Eric Young should be given attribution
  89.  * as the author of the parts of the library used.
  90.  * This can be in the form of a textual message at program startup or
  91.  * in documentation (online or textual) provided with the package.
  92.  *
  93.  * Redistribution and use in source and binary forms, with or without
  94.  * modification, are permitted provided that the following conditions
  95.  * are met:
  96.  * 1. Redistributions of source code must retain the copyright
  97.  *    notice, this list of conditions and the following disclaimer.
  98.  * 2. Redistributions in binary form must reproduce the above copyright
  99.  *    notice, this list of conditions and the following disclaimer in the
  100.  *    documentation and/or other materials provided with the distribution.
  101.  * 3. All advertising materials mentioning features or use of this software
  102.  *    must display the following acknowledgement:
  103.  *    "This product includes cryptographic software written by
  104.  *     Eric Young (eay@cryptsoft.com)"
  105.  *    The word 'cryptographic' can be left out if the rouines from the library
  106.  *    being used are not cryptographic related :-).
  107.  * 4. If you include any Windows specific code (or a derivative thereof) from
  108.  *    the apps directory (application code) you must include an acknowledgement:
  109.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  110.  *
  111.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  112.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  113.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  114.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  115.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  116.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  117.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  118.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  119.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  120.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  121.  * SUCH DAMAGE.
  122.  *
  123.  * The licence and distribution terms for any publically available version or
  124.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  125.  * copied and put under another distribution licence
  126.  * [including the GNU Public Licence.]
  127.  */
  128.